home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-17 | 307 b | 14 lines | [TEXT/RLAB] |
- logb:
-
- Syntax: logb ( A )
-
- Description:
-
- Logb returns the unbiased exponent of its REAL argument.
-
- This function depends upon operating system support. Logb is
- part of the IEEE-754 standard, and should be available on most
- machines that implement this standard in one form or another.
-
- See Also: frexp
-